Remove color from the errors
authorStephen Becker IV <github@deathbyescalator.com>
Sat, 27 Feb 2016 18:53:30 +0000 (10:53 -0800)
committerStephen Becker IV <github@deathbyescalator.com>
Sat, 12 Mar 2016 19:37:59 +0000 (11:37 -0800)
commit1c439875e271919a44a91977d0be2870dde7a9ba
tree853b813b5bf5af5e6bb1eabd9df5167e5a828028
parent082a7dd4634ba3084fac3c90a4239954a7d21ac7
Remove color from the errors

I updated the error states to use say_status.
Add text to the empty error
The empty error looked odd with the say_status change.
Update all stderr messages
Switch them to format statements and create a helper for the error
status.
30 files changed:
src/bin/bench.rs
src/bin/test.rs
src/cargo/core/shell.rs
src/cargo/lib.rs
tests/support/mod.rs
tests/test_bad_config.rs
tests/test_bad_manifest_path.rs
tests/test_cargo.rs
tests/test_cargo_build_auth.rs
tests/test_cargo_build_lib.rs
tests/test_cargo_cfg.rs
tests/test_cargo_compile.rs
tests/test_cargo_compile_custom_build.rs
tests/test_cargo_compile_git_deps.rs
tests/test_cargo_compile_path_deps.rs
tests/test_cargo_cross_compile.rs
tests/test_cargo_doc.rs
tests/test_cargo_features.rs
tests/test_cargo_init.rs
tests/test_cargo_install.rs
tests/test_cargo_metadata.rs
tests/test_cargo_new.rs
tests/test_cargo_package.rs
tests/test_cargo_publish.rs
tests/test_cargo_read_manifest.rs
tests/test_cargo_registry.rs
tests/test_cargo_run.rs
tests/test_cargo_rustc.rs
tests/test_cargo_rustdoc.rs
tests/test_cargo_test.rs